home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / mini_putt2.swf / scripts / DefineButton2_305 / BUTTONCONDACTION on(release).as
Text File  |  2005-01-07  |  97b  |  8 lines

  1. on(release){
  2.    stopAllSounds();
  3.    tellTarget("_root")
  4.    {
  5.       gotoAndPlay(1);
  6.    }
  7. }
  8.